Follow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php
authorRemember the dot <rememberthedot@users.mediawiki.org>
Sat, 18 Apr 2009 00:56:30 +0000 (00:56 +0000)
committerRemember the dot <rememberthedot@users.mediawiki.org>
Sat, 18 Apr 2009 00:56:30 +0000 (00:56 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 7fa8aae..e7a4043 100644 (file)
@@ -26,12 +26,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added $wgNoFollowDomainExceptions to allow exempting particular domain names
   from rel="nofollow" on external links
 * (bug 12970) Brought back $wgUseImageResize.
-* Added $wgRedirectOnLogin to allow specifying a specifc page to redirect users
-  to upon logging in (ex: "Main Page")
+* Added $wgRedirectOnLogin to allow specifying a page to redirect users to upon
+  logging in (for example, "Main Page")
 * Add $wgExportFromNamespaces for enabling/disabling the "export all from 
   namespace" option (disabled by default)
 * (bug 18222) $wgMinimalPasswordLength default is now 1
 * $wgSessionHandler can be used to configure session.save_handler
+* Removed $wgRestrictDisplayTitle, in effect permanently setting it to true.
+  Without this variable, the DISPLAYTITLE magic word will only accept titles
+  that are equivalent to the actual page title.
 
 === New features in 1.15 ===
 
index b8f4426..2684ef5 100644 (file)
@@ -3462,11 +3462,6 @@ $wgAjaxLicensePreview = true;
  */
 $wgAllowDisplayTitle = true;
 
-/**
- * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key
- */
-$wgRestrictDisplayTitle = true;
-
 /**
  * Array of usernames which may not be registered or logged in from
  * Maintenance scripts can still use these